home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OCLIEN.PAK / OCLIENT.REG < prev    next >
Windows Registry Data  |  1997-05-06  |  1KB  |  22 lines

  1. REGEDIT
  2. ; This .REG file may be used by your SETUP program.
  3. ;   If a SETUP program is not available, the entries below will be
  4. ;   registered in your InitInstance automatically with a call to
  5. ;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
  6.  
  7. HKEY_CLASSES_ROOT\.ocf = Container.Document.4
  8. HKEY_CLASSES_ROOT\Container.Document.4\shell\open\command = OCLIENT.EXE %1
  9. HKEY_CLASSES_ROOT\Container.Document.4\shell\open\ddeexec = [open("%1")]
  10. HKEY_CLASSES_ROOT\Container.Document.4\shell\open\ddeexec\application = OCLIENT
  11.         ; note: the application is optional
  12.         ;   (it defaults to the app name in "command")
  13.  
  14. HKEY_CLASSES_ROOT\Container.Document.4 = MFC 4.0 Container Document
  15. HKEY_CLASSES_ROOT\Container.Document.4\CLSID = {00021842-0000-0000-C000-000000000046}
  16.  
  17. HKEY_CLASSES_ROOT\CLSID\{00021842-0000-0000-C000-000000000046} = MFC 4.0 Container Document
  18. HKEY_CLASSES_ROOT\CLSID\{00021842-0000-0000-C000-000000000046}\ProgId = Container.Document.4
  19. HKEY_CLASSES_ROOT\CLSID\{00021842-0000-0000-C000-000000000046}\DefaultIcon = OCLIENT.EXE,1
  20. HKEY_CLASSES_ROOT\CLSID\{00021842-0000-0000-C000-000000000046}\LocalServer32 = OCLIENT.EXE
  21. HKEY_CLASSES_ROOT\CLSID\{00021842-0000-0000-C000-000000000046}\InprocHandler32 = ole32.dll
  22.